home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-logotexture.readme < prev    next >
Text File  |  1999-11-05  |  3KB  |  154 lines

  1. Short:    Visual Eng. - Logo texture v1.15
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. Visual Engineering script - Logo Texture v1.15
  8.  
  9.  
  10.  
  11. SHORT DESCRIPTION
  12.  
  13.   This script paints the logo using a texture.
  14.  
  15.  
  16. REQUIREMENTS
  17.  
  18.   Image Engineer v3.41 (Wision release 2)
  19.  
  20.  
  21. INSTALLATION
  22.  
  23.   Archive where this file came from should be extracted to a
  24.   directory where you installed Image Engineer.
  25.  
  26.   This script must be in IE:Arexx/
  27.  
  28.  
  29. USAGE
  30.  
  31.   Choose a texture as SECONDARY image.
  32.   Then activate window of a logo. Logo must be black and on white
  33.   background. Then run the script.
  34.  
  35.  
  36. ARGUMENTS
  37.  
  38.   LogoTexture.rexx <pic> <texture>
  39.  
  40.   <pic>        name of a picture (in IE)
  41.   <texture>    is name of the existing tileable texture
  42.                (will fail if there's spaces in texturename!!!)
  43.  
  44.  
  45.  
  46.   AmigaDOS
  47.  
  48.     Sys:Rexxc/RX LogoTexture.rexx <arguments>
  49.     Sys:Rexxc/RX LogoTexture.rexx 000_testpic.iff gfx:background/textures/wood.iff
  50.  
  51.  
  52.  
  53.   Other scripts:
  54.  
  55.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/LogoTexture.rexx <arguments>"
  56.  
  57.     Next lines return you the name of this new picture.
  58.  
  59.     PROJECT_LIST
  60.     xyz=result
  61.     pic=subword(xyz,1,1)
  62.  
  63.  
  64.  
  65.  
  66.  
  67. HISTORY
  68.  
  69.   1.15
  70.  
  71.   Can now be controlled from your own scripts, too.
  72.  
  73.   1.11
  74.  
  75.   Script now changes zoom to value used on logo before starting
  76.   the script.
  77.  
  78.   1.10
  79.  
  80.   History started
  81.  
  82.  
  83.  
  84.  
  85.  
  86. DISTRIBUTION
  87.  
  88.   The archive, where this file came from, can be distributed using
  89.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  90.   FTP...), but contents of original archive can not be modified.
  91.  
  92.   You may NOT spread modified versions of the script and call it as
  93.   Visual Engineering -script.
  94.  
  95.   If you are going to spread a script made by you, which calls one
  96.   of Visual Engineering -scripts, you must include either to
  97.   documentfile of your script or header of the script itself, Visual
  98.   Engineering's website address and my name and email address.
  99.  
  100.   Like this:
  101.  
  102.  
  103.   /*
  104.  
  105.    This script uses Visual Engineering -script(s):
  106.    AddSpace.rexx, PrimaryColors.rexx
  107.  
  108.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  109.  
  110.    Visual Engineering website:
  111.    http://wwnet.fi/users/smarko/visual/
  112.  
  113.    */
  114.  
  115.  
  116.  
  117.  
  118.  
  119. WORLD WIDE WEB
  120.  
  121.  Image Engineer
  122.  http://www.amigaworld.com/support/imageengineer/
  123.  
  124.  SViewIV
  125.  http://www.ar-kleinert.de/sview_e.html
  126.  
  127.  Visual Engineering
  128.  http://wwnet.fi/users/smarko/visual/
  129.  
  130.  
  131.  
  132. AMINET
  133.  
  134.  Image Engineer
  135.  http://ftp.sunet.se/aminetbin/find?imeng
  136.  
  137.  SViewIV
  138.  http://ftp.sunet.se/aminetbin/find?sviewiv
  139.  
  140.  Visual Engineering
  141.  http://ftp.sunet.se/aminetbin/find?visual+eng.
  142.  
  143.  
  144. ============================= Archive contents =============================
  145.  
  146. Original  Packed Ratio    Date     Time    Name
  147. -------- ------- ----- --------- --------  -------------
  148.     1695     817 51.7% 04-Apr-99 14:37:02 +LogoTexture.rexx
  149.     2051    1037 49.4% 15-Oct-99 12:37:08 +LogoTexture.notes
  150.     1851     547 70.4% 03-Oct-99 21:43:52 +VE-Registration_Form
  151.     6372    2617 58.9% 14-Oct-99 22:15:20 +VisualEngineering.notes
  152. -------- ------- ----- --------- --------
  153.    11969    5018 58.0% 16-Oct-99 16:46:08   4 files
  154.